home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / ai / bpnn133u / timer.h < prev   
Text File  |  1992-11-18  |  308b  |  11 lines

  1. /*
  2. *-----------------------------------------------------------------------------
  3. *    file:    timer.h
  4. *    desc:    time a program in secs
  5. *    by:    patrick ko
  6. *    date:    18 jan 92
  7. *-----------------------------------------------------------------------------
  8. */
  9. void        timer_restart        ( );
  10. long int    timer_stop        ( );
  11.